@charset"utf-8";

/* 公共样式 */

body {
    overflow-x: hidden;
}


/* html {

    font-family: sans-serif;

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

} */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


/* body,

html {

    line-height: 1.8;

    font-size: 14px;

} */

body,
button,
input,
select,
textarea {
    font-family: 'Arial', '微软雅黑';
    font-size: 14px;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
form,
label,
input,
textarea {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: unset;
}

ul,
ol {
    list-style: none outside none;
}

img {
    border: none;
    max-width: 100%;
    display: inline-block;
}

.imgDiv img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

:focus {
    outline: none !important;
}

input,
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: none;
    border-radius: 0;
}

input,
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: none;
    line-height: normal !important;
    border-radius: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

input[type="button"],
input[type="submit"] {
    cursor: pointer;
}

video {
    width: 100%;
    outline: auto;
    border: 0;
    object-fit: cover;
}

.fix:before,
.fix:after,
.clear {
    display: table;
    clear: both;
    content: '';
}

@font-face {
    font-family: 'iconfont';
    src: url('fonts/icon/iconfont.eot');
    src: url('fonts/icon/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/icon/iconfont.woff2') format('woff2'), url('fonts/icon/iconfont.woff') format('woff'), url('fonts/icon/iconfont.ttf') format('truetype'), url('fonts/icon/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: 'iconfont';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.tr {
    text-align: right;
}

.ab {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.warp {
    width: 75.67%;
    margin: auto;
}